home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / KillFilePanel.subproj / KillPanelController.h next >
Encoding:
C/C++ Source or Header  |  1996-01-30  |  401 b   |  24 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface KillPanelController:Object
  5. {
  6.     id    addButton;
  7.     id    authorMatrix;
  8.     id    myPanel;
  9.     id    nameFormCell;
  10.     id    removeButton;
  11.     char *nntpServerName;
  12.     int authorCount;
  13. }
  14.  
  15. - addName:sender;
  16. - removeName:sender;
  17. - (int)addAuthorNamed:(const char *)name;
  18. - showPanel:mainWindow;
  19. - windowDidUpdate:(Window *)sender;
  20. - authorsSelected:sender;
  21. - killPanel;
  22.  
  23. @end
  24.